home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 November / PCWorld_2003-11_cd.bin / Software / Topware / sandra / san2004-989-Win32-OCA.exe / {app} / examples / Report Script.sis < prev    next >
Text File  |  2003-05-13  |  8KB  |  242 lines

  1. ;;
  2. ;; File: Script.ini - Sample batch-mode report settings example file for SiSoftware Sandra
  3. ;;
  4. ;; Syntax: sandra /r <full path report script>
  5. ;; 
  6. ;; For this example: sandra /r script.ini
  7. ;; Note: Use quotes if the file has spaces in it, e.g. "c:\Program Files\Script.ini"
  8. ;;
  9. ;; Warning: Include the FULL PATH to the script file, e.g. "c:\temp\script.ini" not just
  10. ;;          "script.ini" even if the script file is in Sandra's own directory!
  11. ;;
  12. ;; You can create a script like this one by running the Create a Report Wizard and
  13. ;; specifying "Save these settings in a script file" at step "Report Delivery"
  14. ;; It's easier to specify options this way.
  15.  
  16.  
  17. [General]
  18. ;; General settings
  19.  
  20. ;; Version - 1234 for version 12.34 etc. Required!
  21. Program Version=950
  22.  
  23.  
  24. ;; Type of report:
  25. ;; "save"      - to save to disk in any format
  26. ;; "emailMAPI" - to e-mail it using MAPI
  27. ;; "emailSMTP" - to e-mail it using SMTP
  28. ;; "postNews"  - to post it to a newsgroup using NNTP
  29. ;; "print"     - to print/fax the report
  30. ;; "odbc"      - to insert into any ODBC data source
  31. ;; "ado"       - to insert into any ADO supported database/SQL Server
  32. ;; "upload"    - to upload it to a FTP/HTTP server
  33. ;; "postMSMQ"  - to post to a queue (MSMQ)
  34. Report Type=save
  35.  
  36.  
  37. ;; if save:
  38. ;; Full name & path of report file (comment it out if email)
  39. ;; you can also use fields that will be replaced with their values at runtime
  40. ;; fields:
  41. ;;   $HOST$   - computer/host name
  42. ;;   $DOMAIN$ - domain/workgroup name
  43. ;;   $USER$   - user name
  44. ;;   $DATE$   - date report created
  45. ;;   $TIME$   - time report created
  46. Report File=Report of $HOST$ on $DATE$ at $TIME$.txt
  47.  
  48. ;; If $DATE$ is specified, you can over-ride its format here.
  49. ;; See the Platform SDK - GetDateFormat for more information
  50. ;; (NOTE: some characters are NOT valid in a filename!!!)
  51. Date Format=ddd MMM dd yyyy
  52.  
  53. ;; If $TIME$ is specified, you can over-ride its format here.
  54. ;; See the Platform SDK - GetTimeFormat for more information
  55. ;; (NOTE: some characters are NOT valid in a filename!!!)
  56. Time Format=hh mm ss tt
  57.  
  58. ;; File Type:
  59. ;; "normal" (TXT)
  60. ;; "hierarchical" (RPT)
  61. ;; "web" (HTML)
  62. ;; "XML" (XML)
  63. ;; "SMS" (DMI/MIF)
  64. Report File Type=normal
  65.  
  66. ;; File Encoding:
  67. ;; specify either ANSI (0) or Unicode (1)
  68. ;; (program will convert as required)
  69. File Encoding Unicode=1
  70.  
  71. ;; Encrypt (CRY) report? "0"-No (default) or "1"-Yes
  72. ;; Do NOT specify with Append!
  73. Encrypt=0
  74. ;; Encryption key string - to encrypt the report with
  75. Encrypt Key=the key string
  76.  
  77. ;; Compress (CAB) report? "0"-No or "1"-Yes (default)
  78. ;; Do NOT specify with Append!
  79. Compress=1
  80.  
  81. ;; Append to report file? "0"-No (default) or "1"-Yes
  82. Append=0
  83.  
  84. ;; If multiple copies of Sandra use the same file for the report, turn this on
  85. ;; to synchronise access to the file (each copy will wait for it to become
  86. ;; available rather than exiting) "0"-Don't (default) or "1"-Do
  87. Wait If File Taken=1
  88.  
  89. ; Set the number of characters per line, between 10 to 200 (default 90)
  90. External Line Size=90
  91.  
  92.  
  93. ;; if email: Address of user(s) to send to, subject, e.g.:
  94. ;Email Send To=Sandra@sisoftware.co.uk
  95. ;Email Send Cc=Info@sisoftware.co.uk
  96. ;Email Send Bcc=Blind@sisoftware.co.uk
  97. ;Email Subject=SiSoftware Sandra System Report
  98. ;; address/account of sender
  99. ;Email Sender=Report@sisoftware.co.uk
  100. ;; SMTP server information
  101. ;Email SMTP Host=post.server.com
  102. ;Email SMTP Port=25
  103. ;; SMTP server authentication
  104. ;Email SMTP SSL Auth=0
  105. ;EMail Login User=user
  106. ;EMail Login Password=post
  107. ;; if you want to encrypt the login, use the following 2 fields instead
  108. ;EMail Login User Encrypted=00000000
  109. ;EMail Login Password Encrypted=00000000
  110.  
  111.  
  112. ;; if post: News server details
  113. ;News NewsGroup=public.test
  114. ;News Host=news.server.com
  115. ;News Port=119
  116. ;; address/account of sender
  117. ;News Sender=Report@sisoftware.co.uk
  118. ;; News server authentication
  119. ;News SSL Auth=0
  120. ;News Login User=user
  121. ;News Login Password=post
  122. ;; if you want to encrypt the login, use the following 2 fields instead
  123. ;News Login User Encrypted=00000000
  124. ;News Login Password Encrypted=00000000
  125.  
  126.  
  127. ;; if print: the printer/device name (verbatim!!!)
  128. ;Printer Name=Canon BJ-20
  129.  
  130.  
  131. ;; if insert into ODBC database: enter the data source details, e.g.:
  132. ;ODBC DSN=SandraReport
  133. ;ODBC UserName=Test
  134. ;ODBC Password=sql
  135. ;; if you want to encrypt the login, use the following 2 fields instead
  136. ;ODBC UserName Encrypted=00000000
  137. ;ODBC Password Encrypted=00000000
  138. ;; 1 if identity/autoincrement is supported (e.g. SQL Server/Access); 0 if not
  139. ;ODBC Identity Support=1
  140. ;; 1 if sequences are supported (e.g. Oracle); 0 if not
  141. ;ODBC Sequence Support=0
  142. ;; 1 if client cursors; 0 if server cursors
  143. ;ODBC Client Cursors=0
  144.  
  145. ;; if insert into ADO database: enter database details, e.g.:
  146. ;; SQLOLEDB (SQL Server); MSDAORA (Oracle); MSDASQL (ODBC); Microsoft.Jet.OLEDB.X.XX (Access)
  147. ;ADO Provider=SQLOLEDB
  148. ;; Database host server
  149. ;ADO Server=LocalHost
  150. ;; SQL Server database; Oracle (schema); ODBC DSN
  151. ;ADO Database=SandraDB
  152. ;; Only useful if using the ADO-to-ODBC bridge. Enter the verbatim name of the ODBC driver
  153. ;ADO Driver=Microsoft Access Driver (*.mdb)
  154. ;; 1 if identity/autoincrement is supported (e.g. SQL Server/Access); 0 if not
  155. ;ADO Identity Support=1
  156. ;; 1 if sequences are supported (e.g. Oracle); 0 if not
  157. ;ADO Sequence Support=0
  158. ;; 1 if client cursors (e.g. Oracle); 0 if server cursors (e.g. SQL Server)
  159. ;ADO Client Cursors=0
  160. ;; 0 for database security (specify username/password); 1 for NT authentication
  161. ;ADO NT Security=0
  162. ;; only if database security specified
  163. ;ADO UserName=Test
  164. ;ADO Password=sql
  165. ;; if you want to encrypt the login, use the following 2 fields instead
  166. ;ADO UserName Encrypted=00000000
  167. ;ADO Password Encrypted=00000000
  168.  
  169.  
  170. ;; if ftp upload: enter the server connection (inc path), e.g.:
  171. ;Upload URL=http://www.sisoftware.co.uk/uploadedreports/
  172. ;Upload URL=ftp://ftp.sisoftware.co.uk/uploadedreports/
  173. ;; 1 if anonymous; 0 specify user/password
  174. ;Upload Anonymous=1
  175. ;Upload User=guest
  176. ;Upload Password=guest_pass
  177. ;; if you want to encrypt the login, use the following 2 fields instead
  178. ;Upload User Encrypted=00000000
  179. ;Upload Password Encrypted=00000000
  180.  
  181.  
  182. ;; if post to queue/MSMQ: enter queue path, e.g.:
  183. ;MSMQ Queue=\\computer\public\SandraReport
  184. ;; 1 if transactional; 0 if not
  185. ;MSMQ Transactional=0
  186. ;; 1 if accessible to all; 0 only to creator
  187. ;;MSMQ Public Access=1
  188. ;; 0 if plain; 1 encrypt message body (not needed if file already encrypted)
  189. ;MSMQ Encrypted=0
  190. ;; 1 to use current user login credentials; 0 specify user/password
  191. ;MSMQ Default Credentials=1
  192. ;MSMQ User=guest
  193. ;MSMQ Password=guest_pass
  194. ;; if you want to encrypt the login, use the following 2 fields instead
  195. ;MSMQ User Encrypted=00000000
  196. ;MSMQ Password Encrypted=00000000
  197.  
  198.  
  199. ;; Enter your comments here - one line only!
  200. Comments=This is a test batch-mode report.
  201.  
  202. ;; Display progress dialog? "0"-No or "1"-Yes (default)
  203. Progress Dialog=1
  204.  
  205. ;; Exit after report is done? "0"-No or "1"-Yes (default)
  206. Exit After Done=1
  207.  
  208.  
  209. [Modules]
  210. ;; Module List "0"-To exclude(default) or "1"-To include module
  211. ;; Use Module-Properties or Help to find out the command-line switch for a
  212. ;; particular module
  213.  
  214. SummaryInfo=1
  215. CPUInfo=1
  216. VideoInfo=1
  217. WinMemInfo=1
  218. OLEInfo=1
  219.  
  220. System.ini=0
  221. Win.ini=0
  222.  
  223. ;; etc.
  224.  
  225. ;; Uncomment this line to include all available modules
  226. ;AllModules=1
  227.  
  228. ;; Uncomment this line to include all information modules
  229. ;InfoModules=1
  230. ;; Uncomment this line to include all benchmarking modules
  231. ;BenchmarkModules=1
  232. ;; Uncomment this line to include all listing modules
  233. ;ListModules=1
  234. ;; Uncomment this line to include all testing modules
  235. ;TestModules=1
  236.  
  237.  
  238. ;; That's it - good luck & good hunting!
  239. ;;
  240. ;; If you have issues or comments, please contact us.
  241. ;;
  242.